projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675787b
)
* test/lisp/url/url-auth-tests.el
author
Glenn Morris
<rgm@gnu.org>
Fri, 12 Feb 2016 23:15:10 +0000
(18:15 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 12 Feb 2016 23:15:10 +0000
(18:15 -0500)
(url-auth-test-digest-auth-retrieve-cache): Fix obvious typo.
; How do people add tests without, y'know, testing them?
test/lisp/url/url-auth-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/url/url-auth-tests.el
b/test/lisp/url/url-auth-tests.el
index e767b05404ad6f08897f2f3560a2c836a8fa89c0..1735ad0fb633f78b63f7c6f122ca0b1fad639134 100644
(file)
--- a/
test/lisp/url/url-auth-tests.el
+++ b/
test/lisp/url/url-auth-tests.el
@@
-118,8
+118,7
@@
Essential is how realms and paths are matched."
(list :url "http://other.com/path" :realm nil :expected-user nil)
;; unmatched port
- (list :url "http://example.org:444/path" :realm nil :expected-user
-il)
+ (list :url "http://example.org:444/path" :realm nil :expected-user nil)
;; root, no realm
(list :url "http://example.org/"